home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / sep96 / rippf105.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  21KB  |  575x358  |  4-bit (13 colors)
Labels: text | screenshot | display | software | computer icon | number | operating system | computer | multimedia software
OCR: =pgup.pas X pgup procedure TForm1 . FormkeyDown (Sender: Tobject; var Key: Word; Shift: TShiftState); begin case Key of 33 : { Page up } begin Table1. Prior; end; 34 : { Page down } begin Table1 . Next: end; end; end; 39 1 Insert